ASP.NET Core MVC コントロールヘルプ
TemplateBind メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ITemplateBuilder<T> インターフェース : TemplateBind メソッド
The specified property name.
The specified item name in DataContext.
When the builder works in template mode, bind the property which name is specified to some item which name is specified.
シンタックス
'宣言
 
Function TemplateBind( _
   ByVal propertyName As System.String, _
   ByVal boundName As System.String _
) As T
T TemplateBind( 
   System.string propertyName,
   System.string boundName
)

パラメータ

propertyName
The specified property name.
boundName
The specified item name in DataContext.

戻り値の型

Current builder.
解説
It only works in template mode.
参照

ITemplateBuilder<T> インターフェース
ITemplateBuilder<T> メンバ